Uses of Interface
org.eclipse.vtp.framework.interactions.core.conversation.IInitial

Packages that use IInitial
org.eclipse.vtp.framework.interactions.core.conversation   
org.eclipse.vtp.framework.interactions.core.services   
 

Uses of IInitial in org.eclipse.vtp.framework.interactions.core.conversation
 

Methods in org.eclipse.vtp.framework.interactions.core.conversation that return IInitial
 IInitial IConversation.createInitial(java.lang.String resultParameterName, java.util.Map variableNames)
           
 

Uses of IInitial in org.eclipse.vtp.framework.interactions.core.services
 

Methods in org.eclipse.vtp.framework.interactions.core.services that return IInitial
 IInitial Conversation.createInitial(java.lang.String resultParameterName, java.util.Map variables)